home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gWaitForUser
- puppetTransition(0)
- set lver to the mouseH
- puppetSprite(the clickOn, 1)
- set lHalf to the width of sprite the clickOn / 2
- set lHalfPosition to the left of sprite the clickOn + lHalf
- if lver < lHalfPosition then
- nothing()
- else
- set the castNum of sprite the clickOn to the number of cast "Wait For Me"
- updateStage()
- set gWaitForUser to 0
- end if
- end
-